ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / ReportParameterInfo<T> Class / Label Property

In This Topic
    Label Property (ReportParameterInfo<T>)
    In This Topic
    Gets the label of the report parameter.
    Syntax
    'Declaration
     
    Public ReadOnly Property Label As String
    public string Label {get;}

    Property Value

    A System.String representing the label of the report parameter.
    See Also